From 54c834fd034aa3b1d671482b1f853fcce1088752 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 1 Dec 2005 01:25:49 +0000 Subject: [PATCH] Changed to non-fixed character set. Makes sense for GUI screen output and other situations. --- text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.c b/text.c index e8f0b022a..afd4ec68a 100644 --- a/text.c +++ b/text.c @@ -235,6 +235,6 @@ ff_vecs_t text_vecs = { data_write, NULL, text_args, - CET_CHARSET_ASCII, 1 /* CET-REVIEW */ + CET_CHARSET_ASCII, 0 /* CET-REVIEW */ }; -- 2.30.2